DioDocs for PDF
CreateVisual(AnchorPoint[],Action<GcGraphics,Visual>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout.Composition 名前空間 > Layer クラス > CreateVisual メソッド : CreateVisual(AnchorPoint[],Action<GcGraphics,Visual>) メソッド
An array of GrapeCity.Documents.Layout.AnchorPoints to draw.
A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual, and draws the visual on the graphics.
Creates a Visual object that represents a polygon based on the given GrapeCity.Documents.Layout.AnchorPoints.
シンタックス
'宣言
 
Public Overloads Function CreateVisual( _
   ByVal anchorPoints() As AnchorPoint, _
   ByVal draw As System.Action(Of GcGraphics,Visual) _
) As Visual
public Visual CreateVisual( 
   AnchorPoint[] anchorPoints,
   System.Action<GcGraphics,Visual> draw
)

パラメータ

anchorPoints
An array of GrapeCity.Documents.Layout.AnchorPoints to draw.
draw
A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Visual, and draws the visual on the graphics.
参照

Layer クラス
Layer メンバ
オーバーロード一覧